projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
034a713
)
(gen_help_event): int/Lisp_Object confusion.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Fri, 12 Apr 2002 05:55:04 +0000
(
05:55
+0000)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Fri, 12 Apr 2002 05:55:04 +0000
(
05:55
+0000)
src/keyboard.c
patch
|
blob
|
history
diff --git
a/src/keyboard.c
b/src/keyboard.c
index 0ea0bcaef25524300646baa27c1720d936e3d6bf..c5956e5e7b8291f67267a38f3fd1a31fb725633b 100644
(file)
--- a/
src/keyboard.c
+++ b/
src/keyboard.c
@@
-3457,7
+3457,7
@@
gen_help_event (bufp, size, help, frame, window, object, pos)
bufp->arg = object;
bufp->x = WINDOWP (window) ? window : frame;
bufp->y = help;
- bufp->code =
make_number (pos)
;
+ bufp->code =
pos
;
return 1;
}
return 0;